AT-NFC  2.1 (win)
AT-NFC kernel set
emv_context.h
Go to the documentation of this file.
1 #ifndef EMV_CONTEXT_H
2 #define EMV_CONTEXT_H
3 
4 /* ***************************** DEFAULT CONTEXT declaration ******************************* */
8 /* ***************************************************************************************** */
9 
10 /* ***************************************************************************************** */
19 /* ***************************************************************************************** */
20 
21 /* ******************************** hal context marcos ************************************* */
22 
23 /* If Custom context not defined, then define it as nothing so no context parameters are passed to all functions. */
24 #ifndef KER_CTX_CUSTOM
25 
31 #define KER_CTX
32 
37 #define KER_CTX_SINGLE
38 
43 #define KER_CTX_INIT
44 
48 #define KER_CTX_TYPE
49 
53 #define KER_CTX_PARAM
54 
58 #define KER_CTX_SINGLE_PARAM void
59 
63 #define KER_CTX_INIT_PARAM
64 
68 #define KER_CTX_INIT_DECL()
69 
73 #define KER_CTX_INIT_SET()
74 
75 
76 #endif
77 
80 #endif /* EMV_CONTEXT_H */